-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve query ops API, update deps #477
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Implemented this for the delirium_pipeline
and tested results against raw SQL queries of the form (x LIKE ... OR x IN (...)
) and confirmed that the results matched.
Great feature!
Codecov Report
@@ Coverage Diff @@
## main #477 +/- ##
==========================================
- Coverage 58.32% 58.11% -0.22%
==========================================
Files 105 105
Lines 10090 10282 +192
==========================================
+ Hits 5885 5975 +90
- Misses 4205 4307 +102
|
PR Type ([Feature | Fix | Documentation | Test])
Fix, Documentation. Addresses #473
Short Description
Tests Added
...